home *** CD-ROM | disk | FTP | other *** search
/ The Final Frontier 2 / Final Frontier 2 (Disk 1 of 3).adf / devs / mountlist < prev    next >
Text File  |  1999-12-25  |  1KB  |  39 lines

  1. /* MountList for V1.3 */
  2.  
  3. /* This is an example of a mount list entry for using the recoverable 
  4.    ram disk.  Depending on the amount of memory you wish to devote to
  5.    it, you may want to change the HighCyl value.
  6. */
  7.  
  8. RAD:       Device = ramdrive.device
  9.            Unit   = 0
  10.            Flags  = 0
  11.            Surfaces  = 2
  12.            BlocksPerTrack = 11
  13.            Reserved = 2
  14.            Interleave = 0
  15.            LowCyl = 0  ;  HighCyl = 21
  16.            Buffers = 5
  17.            BufMemType = 1
  18. #
  19.  
  20. /* Let's say you have an A2000 with an internal drive, and an external
  21.    drive, and you want to refer to the external drive as DF1: as well
  22.    as DF2:   Well, this MountList entry will do it for you.  This technique
  23.    can be extended to provide you with a drive A: and B: if you really
  24.    want.
  25. */
  26.  
  27. DF1:       Device = trackdisk.device
  28.            Unit   = 2
  29.            Flags  = 1
  30.            Surfaces  = 2
  31.            BlocksPerTrack = 11
  32.            Reserved = 2
  33.            Interleave = 0
  34.            LowCyl = 0  ;  HighCyl = 79
  35.            Buffers = 20
  36.            BufMemType = 3
  37. #
  38.           
  39.